home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / start.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  289 b   |  13 lines

  1. on startMovie
  2.   global path, gBookmarkDir, gPathDel
  3.   set gBookmarkDir to the moviePath
  4.   set gPathDel to ":"
  5.   set path to findpath()
  6.   if path = EMPTY then
  7.     alert("Yad Vashem CD not found in drive")
  8.     quit()
  9.   end if
  10.   add(the searchPath, path & "yadvashem")
  11.   go(1, "opening")
  12. end
  13.